projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7410a4a
)
builder: Skip introspecting lookup_callback_symbol()
author
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 11 Jun 2015 10:40:37 +0000
(11:40 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 11 Jun 2015 10:45:03 +0000
(11:45 +0100)
Opaque function pointers as return values are not really usable in high
level languages, even via introspection.
gtk/gtkbuilder.c
patch
|
blob
|
history
diff --git
a/gtk/gtkbuilder.c
b/gtk/gtkbuilder.c
index 2b7a93788024e6909223ba72f576552b44db0c51..806fc12543be7b90e7d85d424fd488ed885d752e 100644
(file)
--- a/
gtk/gtkbuilder.c
+++ b/
gtk/gtkbuilder.c
@@
-2435,7
+2435,7
@@
gtk_builder_add_callback_symbols (GtkBuilder *builder,
}
/**
- * gtk_builder_lookup_callback_symbol:
+ * gtk_builder_lookup_callback_symbol:
(skip)
* @builder: a #GtkBuilder
* @callback_name: The name of the callback
*